home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 15 - Nifty (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 15 - Nifty (19xx)(Topik Public Domain)(PD)[WB].adf / Globe / popmenu.h < prev    next >
Text File  |  1989-08-07  |  1KB  |  31 lines

  1. /*
  2.  *  Constant definitions needed by the pop-up menu code.
  3.  *
  4.  *  Written by Derek Zahn (Gambit Software, Madison WI), July 1987
  5.  *
  6.  *  This code is freely distributable and is blessed by its author for
  7.  *  inclusion, in this form or any other, into Amiga programs,
  8.  *  commercial or non-commercial.  If this is done, no credit must be
  9.  *  given to me (although I wouldn't mind).
  10.  */
  11.  
  12. /* This value should be added to the Height field of the Menu structure */
  13. /* if a title is supplied in the MenuName field.                        */
  14.  
  15. #define POPTITLEHEIGHT 10
  16.  
  17. /* These flags will go in the Flags field of the Menu structure         */
  18.  
  19. #define POPVERIFY 0x0002L  /* for possible future expansion */
  20. #define POPRELEASE 0x0004L  /* for possible future expansion */
  21. #define POPTIDY 0x0008L
  22. #define POPPOINTREL 0x0010L
  23. #define POPWINREL 0x0020L
  24. #define POPREMEMBER 0x0040L
  25. #define POPUSED 0x0080L
  26. #define POPMOVEPOINTER 0x0200L /* for possible future expansion */
  27. #define POPLEFTBUTTON 0x1000L
  28. #define POPRIGHTBUTTON 0x2000L
  29. #define POPTRIGGERDOWN 0x4000L
  30. #define POPTRIGGERUP 0x8000L
  31.